fix(deps): update prom/alertmanager docker tag to v0.28.0 #18
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.23.0
->v0.28.0
Release Notes
prometheus/alertmanager (prom/alertmanager)
v0.28.0
: 0.28.0 / 2025-01-15Compare Source
GOMEMLIMIT
, enable it via the feature flag--enable-feature=auto-gomemlimit
. #3895GOMAXPROCS
, enable it via the feature flag--enable-feature=auto-gomaxprocs
. #3837--silences.max-silences
and--silences.max-silence-size-bytes
to set them accordingly #3852 #3862 #3866 #3885 #3886 #3877/api/v2/alerts
endpoint and the Alertmanager UI. #3793 #3797 #3792content
,username
andavatar_url
in the Discord integration.content
andusername
also support templating. #4007GET api/v2/alerts
andPOST api/v2/alerts
API endpoint. #3961room_id
in the WebEx integration can now be templated to allow for dynamic room IDs. #3801message_thread_id
for the Telegram integration. #3638since
andhumanizeDuration
functions to templates. This means users can now format time to more human-readable text. #3863date
andtz
functions to templates. This means users can now format time in a specified format and also change the timezone to their specific locale. #3812ParseMode
option is now set explicitly in the Telegram integration. If we don't HTML tags had not been parsed by default. #4027url_file
in the Webhook integration. #3800Route.ID()
returns conflicting IDs. #3803amtool template render
when using the default values. #3725webhook_url_file
for both the Discord and Microsoft Teams integrations. #3728 #3745v0.27.0
: 0.27.0 / 2024-02-28Compare Source
message
. #3597api/v1/
endpoints. These endpoints now log and return a deprecation message and respond with a status code of410
. #2970--enable-feature=receiver-name-in-metrics
to include the receiver name in the following metrics: #3045alertmanager_notifications_total
alertmanager_notifications_failed_totall
alertmanager_notification_requests_total
alertmanager_notification_requests_failed_total
alertmanager_notification_latency_seconds
alertmanager_inhibition_rules
that counts the number of configured inhibition rules. #3681alertmanager_alerts_supressed_total
that tracks muted alerts, it contains areason
label to indicate the source of the mute. #3565webhook_url_file
. #3555webhook_url_file
. #3555summary
. #3616reason
,contextCanceled
andcontextDeadlineExceeded
. #3631auth_password_file
are now trimmed of prefixed and suffixed whitespace. #3680scheme required for webhook url
when using amtool with--alertmanager.url
. #3509AlertmanagerFailedToSendAlerts
,AlertmanagerClusterFailedToSendAlerts
, andAlertmanagerClusterFailedToSendAlerts
to make sure they ignore thereason
label. #3599Removal of API v1
The Alertmanager
v1
API has been deprecated since January 2019 with the release of Alertmanagerv0.16.0
. With the release of version0.27.0
it is now removed.A successful HTTP request to any of the
v1
endpoints will log and return a deprecation message while responding with a status code of410
.Please ensure you switch to the
v2
equivalent endpoint in your integrations before upgrading.Alertmanager support for all UTF-8 characters in matchers and label names
Starting with Alertmanager
v0.27.0
, we have a new parser for matchers that has a number of backwards incompatible changes. While most matchers will be forward-compatible, some will not. Alertmanager is operating a transition period where it supports both UTF-8 and classic matchers, so it's entirely safe to upgrade without any additional configuration. With that said, we recommend the following:If this is a new Alertmanager installation, we recommend enabling UTF-8 strict mode before creating an Alertmanager configuration file. You can enable strict mode with
alertmanager --config.file=config.yml --enable-feature="utf8-strict-mode"
.If this is an existing Alertmanager installation, we recommend running the Alertmanager in the default mode called fallback mode before enabling UTF-8 strict mode. In this mode, Alertmanager will log a warning if you need to make any changes to your configuration file before UTF-8 strict mode can be enabled. Alertmanager will make UTF-8 strict mode the default in the next two versions, so it's important to transition as soon as possible.
Irrespective of whether an Alertmanager installation is a new or existing installation, you can also use
amtool
to validate that an Alertmanager configuration file is compatible with UTF-8 strict mode before enabling it in Alertmanager server by runningamtool check-config config.yml
and inspecting the log messages.Should you encounter any problems, you can run the Alertmanager with just the classic parser enabled by running
alertmanager --config.file=config.yml --enable-feature="classic-mode"
. If so, please submit a bug report via GitHub issues.v0.26.0
: 0.26.0 / 2023-08-23Compare Source
api_url
is now optional. #2981ParseMode
default is nowHTML
instead ofMarkdownV2
. #2981url
is now marked as a secret. It will no longer show up in the logs as clear-text. #3228reason
foralertmanager_notifications_failed_total
metric to indicate the type of error of the alert delivery. #3094 #3307--cluster.label
, to help to block any traffic that is not meant for the cluster. #3354bot_token_file
for loading this secret from a file. #3226url_file
for loading this secret from a file. #3223url_file
. #3363device
andsound
(sound was previously supported but undocumented). #3318user_key_file
andtoken_file
for loading this secret from a file. #3200CORS
andCache-Control
HTTP headers to all version 2 API routes. #3195{{ .Annotations }}
and{{ .Labels }}
. #3256trimSpace
which removes leading and trailing white spaces. #3223amtool silence query
now supports the--id
flag to query an individual silence. #3241alertmanager_nflog_maintenance_total
andalertmanager_nflog_maintenance_errors_total
to monitor maintenance of the notification log. #3286alertmanager_silences_maintenance_total
andalertmanager_silences_maintenance_errors_total
to monitor maintenance of silences. #3285receivers
andinhibit_rules
would cause the alertmanager to crash. #3209title
function. It is now race-safe. #3278api/v2/receivers
API endpoint. #3338404
instead of500
. #3352tls_client_config
is empty. #3443v0.25.1
: 0.25.1 / 2023-08-23Compare Source
v0.25.0
: 0.25.0 / 2022-12-22Compare Source
parse_mode
value fromMarkdownV2
toHTML
for Telegram. #2981api_url
field optional for Telegram. #2981proxy_url
support for OAuth2 in HTTP client configuration. #3010--web.systemd-socket
flag to systemd socket activation listeners instead of port listeners (Linux only). #3140enable_http2
support in HTTP client configuration. #3010min_version
support to select the minimum TLS version in HTTP client configuration. #3010max_version
support to select the maximum TLS version in HTTP client configuration. #3168--data.maintenance-interval
flag to define the interval between the garbage collection and snapshotting to disk of the silences and the notification logs. #2849/-/healty
and/-/ready
endpoints. #3039…
ellipsis character instead of the 3-dots string...
. #3072source
field to the PagerDuty configuration. #3106api_key
andapi_key_file
are defined at the same time. #2910alertmanager_alerts
metric to avoid counting resolved alerts as active. Also added a newalertmanager_marked_alerts
metric that retain the old behavior. #2943api_url
is empty for OpsGenie. #2910v0.24.0
: 0.24.0 / 2022-03-24Compare Source
/api/v2
prefix to all endpoints in the OpenAPI specification and generated client code. #2696github.com/prometheus/alertmanager/client
Go package. #2763--cluster.tls-config
experimental flag to secure cluster traffic via mutual TLS. #2237time_intervals
rather thanmute_time_intervals
(the latter is deprecated but it will be supported until v1.0). #2779update_alerts
field to the OpsGenie configuration to update message and description when sending alerts. #2519--cluster.allow-insecure-public-advertise-address-discovery
feature flag to enable discovery and use of public IP addresses for clustering. #2719entity
andactions
fields to the OpsGenie configuration. #2753opsgenie_api_key_file
field to the global configuration. #2728teams
responders to the OpsGenie configuration. #2685createdBy
author. #2718--http.config.file
flag to configure HTTP settings. #2764mute_time_intervals
in JSON marshaling. #2765email.default.html
) to match with the canonical source. #2798Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.